PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / OutputRange Class / OutputRange Constructor / OutputRange Constructor(Int32[])
The array of page numbers to include.

In This Topic
    OutputRange Constructor(Int32[])
    In This Topic
    Creates an instance of OutputRange that includes all pages with numbers specified in the list. The list may include Dash values to specify intervals.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageNumbers() As Integer _
    )
    public OutputRange( 
       int[] pageNumbers
    )

    Parameters

    pageNumbers
    The array of page numbers to include.
    See Also